home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 54200 / 54200.xpi / chrome / dogood.jar / content / DoGoodReplaceRules.js < prev   
Text File  |  2010-01-05  |  2KB  |  66 lines

  1. /**
  2.  * Constant for identification actual banner sizes and
  3.  * for not repeat mechanizm for every size
  4.  */
  5. const DoGoodRules = {
  6.     newimages : {
  7.     "728x90" : [true, -1],
  8.     "468x60" : [true, -1],
  9.     "336x280": [true, -1],
  10.     "300x250": [true, -1],
  11.     "300x50" : [true, -1],
  12.     "312x100": [true, -1],
  13.     "321x100": [true, -1],
  14.     "300x100": [true, -1],
  15.     "300x200": [true, -1],
  16.     "250x250": [true, -1],
  17.     "240x400": [true, -1],
  18.     "234x60" : [true, -1],
  19.     "180x150": [true, -1],
  20.     "150x180": [true, -1],
  21.     "150x200": [true, -1],
  22.     "160x600": [true, -1],
  23.     "160x578": [true, -1],
  24.     "338x282": [true, -1],
  25.     "300x600": [true, -1],
  26.     "125x125": [true, -1],
  27.     "120x600": [true, -1],
  28.     "120x240": [true, -1],
  29.     "120x90" : [true, -1],
  30.     "120x60" : [true, -1],
  31.     "88x31"  : [true, -1],
  32.     "296x50" : [true, -1],
  33.     "300x254": [true, -1],
  34.     "300x180": [true, -1],
  35.     "468x80" : [true, -1],
  36.     "633x300": [true, -1],
  37.     "728x79" : [true, -1],
  38.     "300x239": [true, -1],
  39.     "230x90" : [true, -1],
  40.     "728x180": [true, -1],
  41.     "728x300": [true, -1],
  42.     "230x100": [true, -1],
  43.     "525x250": [true, -1],
  44.     "350x300": [true, -1],
  45.     "124x498": [true, -1],
  46.     "124x322": [true, -1],
  47.     "978x90" : [true, -1],
  48.     "252x302": [true, -1],
  49.     "250x500": [true, -1],
  50.     "288x94" : [true, -1],
  51.     "998x33" : [true, -1],
  52.     "272x215": [true, -1],
  53.     "120x578": [true, -1],
  54.     "336x850": [true, -1],
  55.     "456x280": [true, -1],
  56.     "314x300": [true, -1],
  57.     "948x250": [true, -1],
  58.     "600x300": [true, -1],
  59.     "985x160": [true, -1],
  60.     "730x90" : [true, -1],
  61.     "135x300": [true, -1],
  62.     "120x130": [true, -1],
  63.     
  64.     "160x366": false
  65.     }
  66. };